home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Tools - Objects / MacApp / MacApp CD Release / MacApp 2.0.1 (Many Libraries) / Libraries / PrivateInterfaces / UInspector.p < prev    next >
Encoding:
Text File  |  1990-10-25  |  760 b   |  37 lines  |  [TEXT/MPS ]

  1. {[a-,body+,h-,o=100,r+,rec+,t=4,u+,#+,j=20/57/1$,n+]}
  2. { UList.p }
  3. { Copyright © 1984-1990  Apple Computer, Inc.  All rights reserved. }
  4.  
  5. {$IFC UNDEFINED UsingIncludes}
  6. {$SETC UsingIncludes := FALSE}
  7. {$ENDC}
  8.  
  9. UNIT UInspector;
  10.  
  11.     INTERFACE
  12.  
  13.         USES
  14. {$SETC __UInspector__ := TRUE}
  15.             { • MacApp }
  16.             {$U $$Shell(MAPInterfaces)UMacApp} UMacApp,
  17.  
  18.             { • Building Blocks }
  19.  
  20.             { • Implementation use }
  21.             {$U $$Shell(MAPInterfaces)UDebug} UDebug,
  22.             Fonts, Packages;
  23.  
  24. {$SETC __UInspector__ := FALSE}
  25.             { • Include the public interface }
  26.             {$SETC _UInspectorIncludes := UsingIncludes}
  27.             {$SETC UsingIncludes := TRUE}
  28.             {$I+}
  29.             {$I $$Shell(MAPInterfaces)UInspector.p}
  30.             {$SETC UsingIncludes := _UInspectorIncludes}
  31.  
  32.     IMPLEMENTATION
  33.  
  34.         {$I UInspector.inc1.p}
  35.  
  36. END.
  37.